home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / workbench / tools / czesc_3 / phoonsrc / libi / gtdf2.c < prev    next >
C/C++ Source or Header  |  1994-02-22  |  125b  |  10 lines

  1. #include "common.h"
  2. #include <inline/mathieeedoubbas.h>
  3.  
  4. int
  5. __gtdf2 (a, b)
  6.      double a, b;
  7. {
  8.   return IEEEDPCmp (a, b);
  9. }
  10.